2021-04-01
There are two ways to set a image in css,
1background-size: contain;2width: 100%;3height: 100%;4background-position: center;5background-repeat: no-repeat;6background-image: url("../../images/readmore.png");7